'宣言 Public Overloads Sub CopyTo( _ ByVal array() As LogEntry, _ ByVal arrayIndex As System.Integer _ )
'使用法 Dim instance As LogEntryList Dim array() As LogEntry Dim arrayIndex As System.Integer instance.CopyTo(array, arrayIndex)
public void CopyTo( LogEntry[] array, System.int arrayIndex )
パラメータ
- array
- arrayIndex